VerticalRelation Enumeration

Represents the area against which the vertical position of a frame is positioned.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum VerticalRelation

Members

Page0 Vertical position of frame positioned relative to a page.
PageContent1 Vertical position of frame positioned relative to page content.
Frame2 Vertical position of frame positioned relative to a frame.
FrameContent3 Vertical position of frame positioned relative to frame content.
Paragraph4 Vertical position of frame positioned relative to a paragraph.
ParagraphContent5 Vertical position of frame positioned relative to paragraph content.
Char6 Vertical position of frame positioned relative to a character.
Line7 Vertical position of frame positioned relative to a line.
BaseLine8 Vertical position of frame positioned relative to a baseline.
Text9 Vertical position of frame positioned relative to text.
None10 None.

See Also